github.com/andybalholm/brotli.huffmanCode.value (field)

12 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L336: 		table = table[uint32(table[0].value)+((bits>>huffmanTableBits)&bitMask(nbits)):]
		decode.go#L340: 	return uint32(table[0].value)
		decode.go#L356: 			*result = uint32(table[0].value)
		decode.go#L368: 			*result = uint32(table[0].value)
		decode.go#L383: 	table = table[uint32(table[0].value)+val:]
		decode.go#L389: 	*result = uint32(table[0].value)
		decode.go#L411: 	*value = uint32(table[0].value)
		decode.go#L426: 		result = uint32(ext[0].value)
		decode.go#L590: 		code_len = uint32(p[0].value)   /* code_len == 0..17 */
		decode.go#L634: 		code_len = uint32(p[0].value) /* code_len == 0..17 */
		huffman.go#L70: 	value uint16
		huffman.go#L76: 	h.value = value